.zoom {
    padding: 10px;
    /*background-color: green;*/
    transition: transform .2s; /* Animation */
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.zoom:hover {
    transform: scale(1.2);
}

.custom_font {
    font-family: Mitr; 
    text-align: left;
}